







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Trims the amount of memory used by the Deque by changing
the Capacity to be equal to Count. If no more items will be added
to the Deque, calling TrimToSize will reduce the amount of memory
used by the Deque.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
C# |
---|
public void TrimToSize() |
Visual Basic (Declaration) |
---|
Public Sub TrimToSize |
Visual C++ |
---|
public: void TrimToSize () |
See Also
Deque<(Of <T>)> Class
Wintellect.PowerCollections Namespace